home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / StartupTools / WBStartupPlus.readme < prev    next >
Text File  |  1996-09-26  |  9KB  |  164 lines

  1. Short:    V2.7 Expands WBStartup capabilities.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/boot
  5.  
  6.   Program:        WBStartup+
  7.   Version:        2.7
  8.   Date:           March 3, 1996
  9.   Coded by:       John Hughes
  10.   Email:          johughes@heartland.bradley.edu
  11.   WWW:            http://rhf.bradley.edu/~jhughes/
  12.   Compiled with:  SAS/C 6.56
  13.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  14.   Distribution:   Postcardware (public domain)
  15.   Required:       AmigaDOS 2.0 or above
  16.                   The Prefs program requires AmigaDOS 3.0 or above
  17.   Included:       WBStartup+ for OS2.x and 3.x
  18.                   WBStartup+ for OS3.x
  19.                   launcher.library
  20.                   Documentation in AmigaGuide format
  21.                   MagicWB icons
  22.  
  23.  
  24.  Features:
  25.  
  26.   o  Easy to use GUI preferences program for OS3.x.
  27.   o  Lets you choose the order in which the startup programs run.
  28.   o  Lets you enable and disable the running of each program quickly.
  29.   o  Allows you to have access to Workbench while all of your
  30.      startup programs are being loaded.
  31.   o  Can be disabled at startup by holding left shift key down.
  32.   o  Progress window shows the icon of the program that is being loaded,
  33.      and a progress bar with userdefine window background.
  34.  
  35.  
  36.   New Features in Version 2.7:
  37.  
  38.   Now uses launcher.library instead of WBStart-Handler.  Local variables and paths are
  39.     now inherited by launched applications.  (Sorry it took so long.)
  40.   Included more catalog files.
  41.   Included WBStartupPlus.cd
  42.  
  43.  
  44.   New Features in Version 2.6:
  45.  
  46.   When no program is highlighted in WBStartup+Prefs, and the menu item "Icon Window" is selected,
  47.     a requester appears telling the user to select a program first.  However this requester is
  48.    NOT localized, because not all of the catalog authors gave me a translation.
  49.   Changed all MEMF_ANY's to MEMF_PUBLIC.
  50.   If the "Choose Group" window failed to open and set up properly, the program still would cycle
  51.     through the list nodes and return an invalid pointer and crash.  It now will return NULL.
  52.   Increased the height of all the button gadgets by 2.
  53.   Better calculations on the listview gadget's height and the button gadgets positions.
  54.   I'm Working on fixing the alias/local var environment problem. The problem IS in WBStart-Handler,
  55.     which I did not write, and the author doesn't reply to mail.  I have found the bug in his
  56.     program, but can not include my updated version due to copyright laws.
  57.  
  58.  
  59.   New Features in Version 2.5:
  60.  
  61.   Now supports Localization.  Included catalogs: Deutsch, Français, Italiano, Norsk, Svenska.
  62.   Holding the Ctrl key down when WBStartup+ is run will cause WBStartup+Prefs to be
  63.     run before any programs are loaded, allowing you to choose which programs get loaded.
  64.   Holding the left Alt key when WBStartup+ is run causes the user to be asked which of the
  65.     enabled programs should be run.
  66.   Added PREFSPATH tooltype to WBStartup+ icon.  This is the location of the preferences file.
  67.   Program names are shown in WBStartup+'s progress window.
  68.   If the case of the letters in the filename and icon name varied, the same program name
  69.     would be recognized as two different programs.  This is now fixed.
  70.   Added Cancel and Ok gadgets to the Copy File window.
  71.   The OS3.x version of WBStartup+ was getting it's bottom border of the prefs window
  72.     overwritten by the background pattern under the right icon image, if the user was
  73.     using sysihack.
  74.   WBStartup+ now recognizes the WAIT= tooltype as the # of seconds to wait before loading the next program.
  75.   WBStartup+ now recognizes the TOOLPRI= tooltype as the priority that the program should have when running.
  76.   The DELAY= tooltype is now obsolete, therefore it has been removed.
  77.   WBStartup+ now knows if it has already been run, and if it is run more than once, the user
  78.     will see a requester asking if it is ok to run it again.
  79.   The STARTUPPRI tooltype is no longer recognized, please use STARTPRI instead.
  80.   When the WBStartup+Prefs window is opened on a virtual screen, it is centered
  81.     vertically in the visible section, and is 100 pixels to the right of the leftmost
  82.     visible section.
  83.   The Amiga Workbench x.x text is now properly centered in WBStartup+'s progress window.
  84.   The busy pointer is now shown when a secondary window is opened, such as the Priority Window.
  85.   Sizing the main window is now impossible when a secondary window is opened since IDCMP is cut off.
  86.   Priority Window is now activated when opened.
  87.   You may use the keyboard up and down arrow keys to change the selected element in the listview gadget.
  88.  
  89.  
  90.   New Features in Version 2.4:  
  91.  
  92.   Was allocating one byte less than needed for groupnames when creating them from the menu.
  93.   When resizing the window, the gadgets are remade, but glist was not initialized to NULL again.
  94.   WBStartup+ now sets the stack size for each loaded program, although WBStart-Handler seems
  95.     to not always use the exacts stack size specified.
  96.   Was allocating sizeof(struct Node) instead of sizeof(struct WBStartupNode) in the OS2.x version of WBStartup+.
  97.  
  98.  
  99.   New Features in Version 2.3:
  100.  
  101.   The WBStartup+Prefs window is now a WB AppWindow, so ou can drop icons into it
  102.     and a requester appears asking you if you want to copy or move the files to
  103.     the enabled or disabled directory.
  104.   Was allocating pathname size, and deallocating filename size.
  105.   Possible program crash removed due to another forgotten glist=NULL.
  106.   Add "..." to some menu items.
  107.  
  108.  
  109.   New Features in Version 2.2:
  110.  
  111.   Bug Fix: WBStartup+ sometimes crashed when the PROGRESSWINDOW tooltype was diabled.
  112.  
  113.  
  114.   New Features in Version 2.1:
  115.  
  116.   Now uses Memory Pooling instead of AllocVec().
  117.   Fixed potential bug in a list structure when alphabetizing.
  118.   Received permission to include L:WBStart-Handler in this archive.
  119.   Archive has moved to Aminet:util/boot
  120.   Removed accidental FreePool() when "Delete Group" was done, and there were no groups.
  121.   Enforcer Hit removed: forgot to initialize glist=NULL before CreateContext().
  122.   Did I release V2.0 WBStartup+Prefs with a missing tail parenthesis in two path tooltypes? Sorry.
  123.   A requester now appears when you quit without saving, and there was a group modification.
  124.   WBStartup+ now has an optional Progress Indicator when it runs, whick can have a user defined background.
  125.   Changed the name of drawer icon images, so they don't have parenthises in them, that way
  126.     they can be archived with lzx.  They are copyied by the installer script and given their
  127.     proper default names with parenthises.
  128.   Included a WBStartup+ version for OS2.x and OS3.x
  129.   Updated installer script to recognize OS2.x and OS3.x
  130.  
  131.  
  132. ============================= Archive contents =============================
  133.  
  134. Original  Packed Ratio    Date     Time    Name
  135. -------- ------- ----- --------- --------  -------------
  136.     1240     792 36.1% 03-Mar-96 18:43:40  WBStartup+V2.7.info
  137.     1240     836 32.5% 01-Nov-95 23:33:42 +Disabled_Icon.info
  138.     1240     852 31.2% 01-Nov-95 23:33:42 +Enabled_Icon.info
  139.     3700    1165 68.5% 03-Mar-96 18:31:54 +Install
  140.     1931     988 48.8% 03-Mar-96 18:35:52 +Install.info
  141.     3396    2060 39.3% 29-Feb-96 23:39:44 +launcher.library
  142.     1233     595 51.7% 03-Mar-96 18:35:52 +Locale.info
  143.     1282     726 43.3% 03-Mar-96 18:03:30 +Dansk.catalog
  144.     1482     823 44.4% 01-Nov-95 23:33:42 +Deutsch.catalog
  145.     1448     806 44.3% 01-Nov-95 23:33:42 +Français.catalog
  146.     1348     754 44.0% 01-Nov-95 23:33:42 +Italiano.catalog
  147.     4182    1790 57.1% 01-Nov-95 23:33:42 +MYLANGUAGE.ct
  148.     1619     999 38.2% 01-Nov-95 23:33:42 +MYLANGUAGE.ct.info
  149.     1292     718 44.4% 01-Nov-95 23:33:42 +Norsk.catalog
  150.     1404     770 45.1% 03-Mar-96 18:03:00 +Suomi.catalog
  151.     1302     733 43.7% 01-Nov-95 23:33:42 +Svenska.catalog
  152.     3157    1368 56.6% 01-Nov-95 23:33:36 +WBStartupPlusPrefs.cd
  153.     1617     998 38.2% 03-Mar-96 18:05:00 +WBStartupPlusPrefs.cd.info
  154.     9808    5620 42.6% 03-Mar-96 18:16:52 +WBStartup+
  155.     1370    1046 23.6% 03-Mar-96 18:22:28 +WBStartup+.info
  156.    11900    6735 43.4% 03-Mar-96 18:22:12 +WBStartup+
  157.     1400    1071 23.5% 03-Mar-96 18:22:44 +WBStartup+.info
  158.    22664   12051 46.8% 03-Mar-96 18:20:08 +WBStartup+Prefs
  159.     1785    1376 22.9% 03-Mar-96 18:23:08 +WBStartup+Prefs.info
  160.    26013    8973 65.5% 03-Mar-96 18:41:38 +WBStartup+.guide
  161.     2084    1592 23.6% 03-Mar-96 18:35:52 +WBStartup+.guide.info
  162. -------- ------- ----- --------- --------
  163.   111137   56237 49.3% 08-Mar-96 02:26:42   26 files
  164.